const net._IPPROTO_MPTCP
5 uses
net (current package)
mptcpsock_linux.go#L24: _IPPROTO_MPTCP = 0x106
mptcpsock_linux.go#L41: s, err := sysSocket(family, syscall.SOCK_STREAM, _IPPROTO_MPTCP)
mptcpsock_linux.go#L62: if conn, err := sd.doDialTCPProto(ctx, laddr, raddr, _IPPROTO_MPTCP); err == nil {
mptcpsock_linux.go#L78: if dial, err := sl.listenTCPProto(ctx, laddr, _IPPROTO_MPTCP); err == nil {
mptcpsock_linux.go#L120: return proto == _IPPROTO_MPTCP
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)